SetKeyframeKeyResponse

data class SetKeyframeKeyResponse(keyText: Value)

Represents response frame that is returned from CSS#setKeyframeKey operation call. Modifies the keyframe rule key text.

See also

Constructors

SetKeyframeKeyResponse
Link copied to clipboard
fun SetKeyframeKeyResponse(keyText: Value)

Properties

keyText
Link copied to clipboard
val keyText: Value
The resulting key text after modification.

Sources

jvm source
Link copied to clipboard